home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / programming / blitzbasic / blitz-list200994.lha / blitz-list / text0530.txt < prev    next >
Encoding:
Text File  |  1994-09-20  |  980 b   |  38 lines

  1.  
  2.  
  3. On 3 Aug 1994, Mr M L Funnell wrote:
  4.  
  5. > >  The question is, what is it trying to load from the workbench disk? And
  6. > >  why?  Surely once you've made an executable it should run as a stand-
  7. > >  alone program?
  8. >         I had virtually the same problem with my machine except that mine
  9. > gurued!  An executable will NOT run as a stand-alone program.  It still
  10. > requires any libraries that you have used.  If you use a hex viewer/editor
  11. > and scan for the word 'library' , then you can find identify all the
  12. > libraries that your program needs to run.
  13.  
  14. If you don't have such a program just "type file opt h to ram:test" then 
  15. "ed ram:test", 
  16.  
  17. >         I had used the GTScroller commands, thus the exe file contains the
  18. > library file gadtools.library.
  19.  
  20. Ummm, gadtools.library is in ROM isn't it??????
  21.  
  22. >         Check your files for this sort of stuff and copy across the library
  23. > files as well.
  24. >         Cya,
  25. >                 Another Matt.
  26.  
  27.  
  28.